@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Titillium+Web&display=swap");
.texto-color {
  color: rgba(0, 0, 0, 0.87);
}

body {
  font-family: "Titillium Web", sans-serif;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

container-fluid {
  margin-top: 15px;
}

blockquote {
  border-left: 5px solid #3F51B5;
}

strong {
  font-weight: bolder !important;
}

table {
  font-size: 0.9em;
}

td, th {
  padding: 10px 5px;
}

tfoot {
  font-size: 1.4em;
}

.ver_cupon, .pagar {
  border-radius: 0px !important;
  font-size: 0.9em;
}

.img_logoucm {
  vertical-align: middle;
  padding-left: 0px;
  padding-right: 0px;
  max-width: 200px;
}

.img-fluid {
  height: auto;
}

.row_login {
  padding-top: 120px;
}

.fas {
  vertical-align: middle !important;
}

.fa-user-login {
  color: #3F51B5;
  padding-left: 0px;
  padding-right: 0px;
}

.btn {
  background-color: #3F51B5;
}

.btn:hover,
.btn-large:hover,
.btn-small:hover {
  background-color: #646FD8;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 4px 4px 0 rgba(0, 0, 0, 0.14), 1px 2px 8px 0 rgba(0, 0, 0, 0.12), 1px 4px 2px -1px rgba(0, 0, 0, 0.2);
}

.btn:focus,
.btn-large:focus,
.btn-small:focus {
  background-color: #1E3C9C;
}

button:focus {
  outline: none;
  background-color: #1E3C9C;
  color: white;
}

.btn, .btn-large, .btn-small, .btn-flat {
  text-transform: none;
}

.btn-flat {
  border-style: solid;
  border-width: 0.5px;
}

.z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-small, .btn-floating, .dropdown-content, .collapsible, .sidenav {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.waves-effect .waves-green .waves-riple {
  background-color: #3F51B5;
}

.select-wrapper input.select-dropdown:focus {
  border-bottom: 1px solid #3F51B5;
}

input:not([type]):focus:not([readonly]) + label,
input[type=text]:not(.browser-default):focus:not([readonly]) + label,
input[type=password]:not(.browser-default):focus:not([readonly]) + label,
input[type=email]:not(.browser-default):focus:not([readonly]) + label,
input[type=url]:not(.browser-default):focus:not([readonly]) + label,
input[type=time]:not(.browser-default):focus:not([readonly]) + label,
input[type=date]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
input[type=number]:not(.browser-default):focus:not([readonly]) + label,
input[type=search]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #3F51B5;
}

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  color: #3F51B5;
  -webkit-box-shadow: 0 1px 0 0 #3F51B5;
  box-shadow: 0 1px 0 0 #3F51B5;
  border-bottom: 1px solid #3F51B5;
}

.input-field .prefix.active {
  color: #3F51B5;
}

[type=radio]:checked + span:after, [type=radio].with-gap:checked + span:after {
  background-color: #3F51B5;
}

[type=radio]:checked + span:after, [type=radio].with-gap:checked + span:before, [type=radio].with-gap:checked + span:after {
  border: 2px solid #3F51B5;
}

/* menu */
nav {
  background-color: #3F51B5;
  height: 64px;
}

nav ul a {
  height: 64px;
}

nav ul a i {
  margin-right: 6px;
}

.nav-wrapper .brand-logo img {
  margin-top: 8px;
  margin-left: 10px;
  height: 45px;
  max-width: auto;
}

.sidenav .brand-logo-mobile img {
  margin-top: 10px;
  margin-left: 30px;
  width: 200px;
  max-height: auto;
}

/* fin menu */
/* pcargando */
.preloader-background {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.767);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1004;
}

.preloader-background .pcargando {
  position: fixed;
  opacity: 0.8;
  display: inline-block;
  left: 0;
  right: 0;
  bottom: 50%;
  text-align: center;
  margin-bottom: -5em;
}

.blinking {
  animation: blinker 0.8s linear infinite;
}

.spinner-blue, .spinner-blue-only {
  border-color: #3F51B5;
  z-index: 9999;
}

[type=checkbox]:checked + span:not(.lever):before {
  border-right: 2px solid #3F51B5;
  border-bottom: 2px solid #3F51B5;
}

/* fin pcargando */
#pagina_404 {
  padding-top: 0 !important;
  margin-left: 0 !important;
}

.dropdown-content li > a, .dropdown-content li > span {
  color: #3F51B5;
}

.select-wrapper input.select-dropdown:focus {
  border-bottom: 1px solid #3F51B5;
}

@media only screen and (min-width: 594px) {
  nav .brand-logo {
    font-size: 1.7rem;
    right: 0.5rem;
    left: auto;
  }
}
/****************************************
 *  FORMALIZACIÓN
 *
 *  */
.resumen_proceso {
  padding: 5px;
  margin-bottom: 12px;
  display: flow-root;
}

.resumen_proceso h4 {
  font-size: 1.25em;
  margin-bottom: 8px;
  width: 100%;
  padding-bottom: 2px;
  padding-right: 5px;
  padding-left: 0px;
}

.resumen_proceso h4 span {
  margin-left: 10px;
  float: right;
  font-weight: bolder;
}

.resumen_proceso table td {
  font-size: 0.8em;
  padding: 4px;
  line-height: 1;
  border: 1px solid #dcdcdc;
  text-align: center;
}

.opcionesButton {
  width: 100% !important;
}

.datepicker-date-display {
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
  -webkit-flex--ms-flex: 1 auto;
  -webkit-flex--ms-flex-flex: 1 auto;
  background-color: #3F51B5;
  color: #fff;
  padding: 20px 22px;
  font-weight: 500;
}

.datepicker-cancel,
.datepicker-clear,
.datepicker-today,
.datepicker-done {
  color: #3F51B5;
  padding: 0 1rem;
}

.datepicker-table td.is-today {
  color: #3F51B5;
}

.datepicker-table td.is-selected {
  background-color: #3F51B5;
  color: #fff;
}

.datepicker-day-button:focus {
  background-color: rgba(63, 81, 181, 0.25);
}

.datepicker-modal {
  max-width: 600px !important;
  width: 100%;
}

.body_blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.opcion_cuota {
  cursor: pointer;
}

.red-text {
  color: #EB5D63 !important;
}

label {
  display: block;
  margin-bottom: -2px;
  color: #333;
  font-size: 1em;
}

span.dato {
  font-size: 1em;
  font-weight: bold;
  display: block;
  background: #f9f8ff;
  padding: 2px 4px;
}

.img_mp {
  max-width: 180px;
  max-height: 100%;
  cursor: pointer;
}

.logo_ucm_wp {
  max-width: 250px;
  max-height: 100%;
}

.logo_ucm_webpay {
  position: relative;
  text-align: right;
  max-width: 150px;
  max-height: 100%;
}

.imagen_pago {
  transform: rotate(23deg);
  position: absolute;
  z-index: 2;
  margin-left: -450px;
  margin-top: 250px;
}

#informacion_pago_webpay {
  width: 612px;
}

#transforma .col .row .col table tbody td {
  padding: 6px 3px !important;
}

#transforma .logo_ucm_wp {
  max-width: 200px;
}

@media only screen and (max-width: 600px) {
  .col_espacio {
    margin: 7px 0;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .col_espacio {
    margin: 7px 0;
  }
}
.modal-overlay {
  background: transparent !important;
}

.modal {
  width: 80% !important;
  max-height: 90% !important;
  top: 5% !important;
}

.row_mediopago {
  margin-bottom: 0px !important;
}

.page-footer {
  background: transparent !important;
  color: #000 !important;
  border-top: 1px solid #c5c5c5;
  paddin-top: 10px !important;
}

.icon_logo_servipag {
  max-width: 90px;
  max-height: 100%;
}

.icon_logo_bci {
  max-width: 90px;
  max-height: 100%;
}

.icon_logo_sencillito {
  max-width: 90px;
  max-height: 100%;
}

.icon_logo_webpay {
  max-width: 90px;
  max-height: 100%;
}

.icon_logo_servipag_modal {
  max-width: 70px;
  max-height: 100%;
}

.icon_logo_bci_modal {
  max-width: 70px;
  max-height: 100%;
}

.icon_logo_sencillito_modal {
  max-width: 70px;
  max-height: 100%;
}

.icon_logo_webpay_modal {
  max-width: 70px;
  max-height: 100%;
}

/*# sourceMappingURL=app.css.map */
